SubjectBase.OnNext(T) method¶
Defined in
Type: SubjectBaseSystem.Reactive.Subjects
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public abstract void OnNext(T value)
Summary: Notifies all subscribed observers about the arrival of the specified element in the sequence.
Parameters
| Name | Type | Description |
|---|---|---|
value | T | The value to send to all currently subscribed observers. |